home *** CD-ROM | disk | FTP | other *** search
- /*
- * TutStats.wrf
- *
- * The tutorial stats and the related data file for it.
- * (A very nasty hack, so Viper MG template doesn't show in tutorial)
- */
-
- directory "stats"
- file STR_RES "Names.txt"
- file SWEAPON "Weapons.txt"
- file SBODY "Body.txt"
- file SBRAIN "Brain.txt"
- file SPROP "Propulsion.txt"
- file SSENSOR "Sensor.txt"
- file SECM "ECM.txt"
- file SREPAIR "Repair.txt"
- //file SPROGRAM "Program.txt"
- file SCONSTR "Construction.txt"
- file SPROPTYPES "PropulsionType.txt"
- //must be loaded in after propulsion types
- file SPROPSND "PropulsionSounds.txt"
- file STERRTABLE "TerrainTable.txt"
- file SSPECABIL "SpecialAbility.txt"
- file SBPIMD "BodyPropulsionIMD.txt"
- //weapon sounds must be loaded in after weapons
- file SWEAPSND "WeaponSounds.txt"
- //load after propulsion types
- file SWEAPMOD "WeaponModifier.txt"
-
- directory "stats\tutorial"
- file STEMPL "TutTemplates.txt"
- file STEMPWEAP "TutAssignWeapons.txt"
-
- directory "stats"
- //file STEMPPROG "assignPrograms.txt"
-
- file SFUNC "Functions.txt"
-
- file SSTRUCT "Structures.txt"
- file SSTRFUNC "StructureFunctions.txt"
- file SSTRWEAP "StructureWeapons.txt"
- file SSTRMOD "StructureModifier.txt"
-
- file SFEAT "Features.txt"
-
- /*messages must be read in before research */
- directory "messages"
- file SMSG "messages.txt"
- file SMSG "ResMessages.txt"
-
- directory "stats\research"
- file RESCH "Research.txt"
- file RPREREQ "PRResearch.txt"
-
- file RCOMPRED "RedComponents.txt"
- file RCOMPRES "ResultComponent.txt"
- file RSTRREQ "ResearchStruct.txt"
- file RSTRRED "RedStructure.txt"
- file RSTRRES "ResultStructure.txt"
- file RFUNC "ResearchFunctions.txt"
-
-